import * as z from "zod"; export declare const createGoogleDocument: import("../..").DefinedAction, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; tabs: z.ZodArray; index: z.ZodNumber; tabId: z.ZodString; text: z.ZodString; title: z.ZodString; }, z.core.$strip>>; title: z.ZodString; url: z.ZodURL; }, z.core.$strip>, "google", false, never>; export declare const getGoogleDocument: import("../..").DefinedAction; suggestionsViewMode: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; tabs: z.ZodArray; index: z.ZodNumber; tabId: z.ZodString; text: z.ZodString; title: z.ZodString; }, z.core.$strip>>; title: z.ZodString; url: z.ZodURL; }, z.core.$strip>, "google", false, never>; export declare const appendGoogleDocumentText: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; export declare const insertGoogleDocumentText: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; export declare const replaceGoogleDocumentText: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; export declare const deleteGoogleDocumentContent: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; export declare const formatGoogleDocumentText: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; export declare const formatGoogleDocumentParagraph: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; export declare const insertGoogleDocumentInlineImage: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; export declare const insertGoogleDocumentTable: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; export declare const insertGoogleDocumentPageBreak: import("../..").DefinedAction>, z.ZodObject<{ documentId: z.ZodString; revisionId: z.ZodOptional; }, z.core.$strip>, "google", false, never>; //# sourceMappingURL=actions.d.ts.map