import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components/builtin-file"; //#region src/components/crypto-builtin.d.ts type CryptoBuiltinProps = Omit; /** * Generates the cryptography builtin module for the Powerlines project. */ declare function CryptoBuiltin(props: CryptoBuiltinProps): import("@alloy-js/core").Children; //#endregion export { CryptoBuiltinProps as n, CryptoBuiltin as t }; //# sourceMappingURL=crypto-builtin-DQGN7ZL1.d.cts.map