export declare const domainName: (domain: string) => string;
export declare const domainNameFind: (params: any, domain: any) => {
    $or: any[];
};
