export declare const environment: {
    apiUrl: string;
    poolId: string;
    region: string;
    bucketName: string;
};
