import { IIntentSource, IIntentSourcesOptions } from './types'; export declare function getStorage(lsKey: string): any; export declare const verifyOptions: (options: unknown) => boolean; export declare const getMatchingSources: (sources: IIntentSource[], options: IIntentSourcesOptions) => IIntentSource[]; //# sourceMappingURL=utils.d.ts.map