import type { Config, NormalisedConfig } from "./types"; export declare function normaliseWebauthnConfig(config?: Config): NormalisedConfig;