UNPKG

@gluestack-seal/cli

Version:
5 lines (4 loc) 175 B
import { Seal } from "../typings/seal"; export declare function getAndValidateSealYaml(): Promise<Seal>; declare const _default: () => Promise<void>; export default _default;