export declare function trimDomainFromName(name: string, domainName: string): string; export declare function useTrimDomain(name: string): string;