import { LaravelIdentityService } from '../common/services/laravel-identity.service';
import { AtlasProxyService } from './atlas-proxy.service';
export declare class AtlasProxyController {
    private readonly atlasProxyService;
    private readonly identity;
    constructor(atlasProxyService: AtlasProxyService, identity: LaravelIdentityService);
    private requireMe;
    getPlatformVideos(): Promise<unknown>;
    updateClient(stripeId: string, body: unknown, req: any): Promise<unknown>;
    onboardingBusiness(body: Record<string, unknown>, req: any): Promise<unknown>;
}
