export declare const validateOptions: <T>(options: any) => asserts options is T;
