import type { GraphAuthInput, OAuthConfigInput } from "../schemas.ts"; export declare function createMetaApi(input: GraphAuthInput): any; export declare function createInstagram(input: GraphAuthInput & { igAccountId?: string; polling?: object; photoIntervalMs?: number; videoIntervalMs?: number; maxAttempts?: number; }): any; export declare function createFacebook(input: GraphAuthInput & { pageId?: string; }): any; export declare function createThreads(input: { accessToken?: string; threadsUserId?: string; apiVersion?: string; polling?: object; textIntervalMs?: number; videoIntervalMs?: number; maxAttempts?: number; }): any; export declare function createInstagramOAuthClient(input: OAuthConfigInput): any; export declare function createFacebookOAuthClient(input: OAuthConfigInput): any; export declare function createThreadsOAuthClient(input: OAuthConfigInput): any; //# sourceMappingURL=client.d.ts.map