import { Request } from "../utils/request/interfaces"; import { AveragesParams } from "../averages/interfaces"; export declare const proxyDetection: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; export declare const averages: (privateKey: string, params: AveragesParams) => { get: () => Promise; }; export declare const postback: (privateKey: string, params: Request) => { get: () => Promise; }; export declare const report: (privateKey: string, params: Request) => { get: () => Promise; }; export declare const emailValidation: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; export declare const phoneValidation: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; export declare const urlValidation: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; export declare const requestLists: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; export declare const creditUsage: (privateKey: string, params: Request) => { get: () => Promise; }; export declare const leakedReport: (privateKey: string, params: Request) => { get: () => Promise; }; declare const _default: { proxyDetection: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; averages: (privateKey: string, params: AveragesParams) => { get: () => Promise; }; postback: (privateKey: string, params: Request) => { get: () => Promise; }; report: (privateKey: string, params: Request) => { get: () => Promise; }; emailValidation: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; phoneValidation: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; urlValidation: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; requestLists: (privateKey: string, params: Request) => { get: () => Promise; post: () => Promise; }; creditUsage: (privateKey: string, params: Request) => { get: () => Promise; }; leakedReport: (privateKey: string, params: Request) => { get: () => Promise; }; }; export default _default; //# sourceMappingURL=index.d.ts.map