export declare function snq(callback: () => T, defaultValue: T): T; export declare function snq(callback: () => T): T | undefined;