import * as t from 'typanion'; export declare const isManifest: t.StrictTest; }, "subscription" | "resourceGroup" | "storageAccountName" | "resourceProviderId">> & Pick<{ resourceProviderId: string | undefined; storageAccountName: string | undefined; subscription: string | undefined; resourceGroup: string | undefined; assets: Record; }, "assets"> & {}> & t.Trait; }, "subscription" | "resourceGroup" | "storageAccountName" | "resourceProviderId">> & Pick<{ resourceProviderId: string | undefined; storageAccountName: string | undefined; subscription: string | undefined; resourceGroup: string | undefined; assets: Record; }, "assets"> & {}> & { properties: { resourceProviderId: t.StrictValidator; storageAccountName: t.StrictValidator; subscription: t.StrictValidator; resourceGroup: t.StrictValidator; assets: t.StrictValidator>; }; }; export type Manifest = t.InferType;