/** * Whether the server can list all of its repositories. False for Sourcegraph.com, * which is a mirror of all public GitHub.com repositories. */ export declare const canListAllRepositories: boolean; /** * Whether the application should show the user marketing elements (links, etc.) * that are intended for Sourcegraph.com. */ export declare const showDotComMarketing: boolean; /** * Whether the signup form should show terms and privacy policy links. */ export declare const signupTerms: boolean; //# sourceMappingURL=features.d.ts.map