import * as z from 'zod'; /** * @see CanisterOptions */ export declare const CanisterOptionsSchema: z.ZodObject<{ canisterId: z.ZodOptional, z.ZodTransform>>; }, z.core.$strict>; /** * The options to initialize a canister. */ export type CanisterOptions = z.infer;