import { DynamicModule } from '@nestjs/common'; export interface CipherlockConfigOptions { isGlobal?: boolean; } export declare class CipherlockConfigModule { static forRoot(options?: CipherlockConfigOptions): DynamicModule; }