export declare class LegalManager { constructor(); getLegalText(website_id: string, type: any, language?: string): Promise; } export default LegalManager; //# sourceMappingURL=legal.d.ts.map