declare const transformer: (content: string) => Array>; export declare const domain: (raw: string) => string; export default transformer;