export declare const FILE_UPLOAD_SIZE_LIMIT_USER_MESSAGE = "Please use a file over the size of 1KB and under the size of 100MB."; export declare function collectLaunchDeploymentErrorCodesFromGraphQLError(error: unknown): string[]; export declare function isLaunchDeploymentFileSizeRelatedError(error: unknown): boolean;