export declare const apiPlaygroundDisplayTypes: readonly ["interactive", "simple", "none", "auth"]; export type ApiPlaygroundDisplayType = (typeof apiPlaygroundDisplayTypes)[number]; export type ResolvedApiPlaygroundDisplayType = Exclude;