import { IAwsLayerMeta, IDictionary } from "common-types"; export declare type ILayerMetaLookups = IDictionary; /** * Introspects your dev dependencies for those which have `aws-layer` * or `aws-layer-meta` indicated as a **keyword**. From that it * constructs the meta information defined in `IAwsLayerMeta`. * * Note: this is a quick lookup method but will miss layers which were * not tagged appropriately in `package.json`. */ export declare function getLayersFromPackageJson(): IAwsLayerMeta[]; //# sourceMappingURL=getLayersWithMeta.d.ts.map