import type { Args } from './setup.js'; export declare function handler({ webauthn, createUserModel, generateAuthPages, force: forceArg, }: Args): Promise; export declare const createAuthDecoderFunction: { title: string; task: () => void; }; //# sourceMappingURL=setupHandler.d.ts.map