export declare function multiply(a: number, b: number): number;
export declare function setSecureItem(key: string, value: string): Promise<void>;
export declare function getSecureItem(key: string): Promise<string | null>;
export declare function removeSecureItem(key: string): Promise<void>;
export declare function hasSecureItem(key: string): Promise<boolean>;
//# sourceMappingURL=index.d.ts.map