import { CreateContainerParam, CreateContainerResponse, CreateCarouselContainerParam, PublishContainerResponse } from '../../type';
export declare class InstagramPublish {
    private readonly accessToken;
    private readonly accountId;
    private readonly version;
    constructor(accessToken: string, accountId: string, version?: string);
    createContainer(dto: CreateContainerParam): Promise<CreateContainerResponse>;
    createCarouselContainer(dto: CreateCarouselContainerParam): Promise<CreateContainerResponse>;
    publishContainer(creationId: string): Promise<PublishContainerResponse>;
}
//# sourceMappingURL=index.d.ts.map