import { IDecryptedContent, IEncryptedContent, IListContentsOptions } from './types'; export declare const list: (options: IListContentsOptions) => Promise<(IEncryptedContent | IDecryptedContent | null)[]>;