import type { ModuleInterface } from '@n8n/decorators';
export declare class DynamicCredentialsModule implements ModuleInterface {
    init(): Promise<void>;
    entities(): Promise<(typeof import("./database/entities/credential-resolver").DynamicCredentialResolver | typeof import("./database/entities/dynamic-credential-entry").DynamicCredentialEntry)[]>;
    shutdown(): Promise<void>;
}
