export interface VaultModuleOptions {
    path: string;
    fallbackFile?: string;
}
