///
export declare const getCollection: (collectionName: string) => Promise;
export declare const getOrganization: (organizationName: string) => Promise;
export declare const hasBitwarden: () => any;
export declare const readPass: (path: string) => Promise;
export declare const syncBitwarden: (force?: boolean) => Promise;
export declare const insertPass: (path: string, content: string) => Promise;
export declare const editPass: (path: string) => Promise;
export declare const readPassEnvVars: (path: string) => Promise>;