import Controller from '@curveball/controller'; import { Context } from '@curveball/core'; declare class WebAuthnAttestationController extends Controller { get(ctx: Context): Promise; post(ctx: Context): Promise; } declare const _default: WebAuthnAttestationController; export default _default;