import type { AccountlessApplication } from '@clerk/backend'; export declare function syncKeylessConfigAction(args: AccountlessApplication & { returnUrl: string; }): Promise; export declare function createOrReadKeylessAction(): Promise>; export declare function deleteKeylessAction(): Promise; //# sourceMappingURL=keyless-actions.d.ts.map