/** * FursInternalAct API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const fursInternalAct: { /** @see generateFursInternalActPdf */ readonly generateFursInternalActPdf: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see generateFursInternalActDocx */ readonly generateFursInternalActDocx: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type FursInternalActApi = typeof fursInternalAct; //# sourceMappingURL=furs-internal-act.d.ts.map