interface UnauthorizedTemplateOptions { hasAppContext: boolean; } export declare function unauthorizedTemplate({ hasAppContext }: UnauthorizedTemplateOptions): string; export {};