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