export interface AuthMarketingContent { appName: string; tagline: string; description?: string; features?: string[]; runLocalCommand?: string; signupLocalModeNote?: { text: string; command: string; }; } export interface ResolveBuiltInAuthMarketingOptions { requestHost?: string; requestPath?: string; } export declare const BUILT_IN_AUTH_MARKETING: Record; export declare function resolveBuiltInAuthMarketing(opts?: ResolveBuiltInAuthMarketingOptions): AuthMarketingContent | undefined; export declare function resolveBuiltInAuthMarketingByName(value: string | undefined): AuthMarketingContent | undefined; //# sourceMappingURL=auth-marketing.d.ts.map