export declare const Cloud: {
    from: string
    imports: (string | { name: string, type: boolean })[]
}[]
export default Cloud
