import { BigQueryOptions } from '@google-cloud/bigquery';
export declare class BQflakeServer {
    getProfile(name: string): {
        name: string;
        type: string;
        connection: BigQueryOptions;
        cache: {
            bucketName: string | undefined;
        };
        allow: string;
    };
}
