export declare const scripts: { 'rebuild-repo': (ctx: import("./rebuild-repo").RebuildContext, did: import("@atproto/syntax").DidString, promptUser: boolean) => Promise; 'sequencer-recovery': (ctx: import("./sequencer-recovery/recoverer").RecovererContextNoDb, args: string[]) => Promise; 'recovery-repair-repos': (ctx: import("./sequencer-recovery/recoverer").RecovererContextNoDb) => Promise; 'rotate-keys': (ctx: import("./rotate-keys").RotateKeysContext, args: string[]) => Promise; 'rotate-keys-file': (ctx: import("./rotate-keys").RotateKeysContext, args: string[]) => Promise; 'rotate-keys-recovery': (ctx: import("./rotate-keys").RotateKeysContext, args: string[]) => Promise; 'publish-identity': (ctx: import("./publish-identity").PublishIdentityContext, args: string[]) => Promise; 'publish-identity-file': (ctx: import("./publish-identity").PublishIdentityContext, args: string[]) => Promise; }; //# sourceMappingURL=index.d.ts.map