/**
 * The Scaleway access key.
 */
export declare const accessKey: string | undefined;
/**
 * The Scaleway API URL to use.
 */
export declare const apiUrl: string | undefined;
/**
 * The Scaleway organization ID.
 */
export declare const organizationId: string | undefined;
/**
 * The Scaleway profile to use.
 */
export declare const profile: string | undefined;
/**
 * The Scaleway project ID.
 */
export declare const projectId: string | undefined;
/**
 * The region you want to attach the resource to
 */
export declare const region: string | undefined;
/**
 * The Scaleway secret Key.
 */
export declare const secretKey: string | undefined;
/**
 * The zone you want to attach the resource to
 */
export declare const zone: string | undefined;
