export declare const protobufPackage = "ua.gov.diia.types.ds.page.bodyparam"; export declare const PageBodyParameterType: { readonly link: "link"; }; export type PageBodyParameterType = typeof PageBodyParameterType[keyof typeof PageBodyParameterType]; export declare namespace PageBodyParameterType { type link = typeof PageBodyParameterType.link; } export declare function pageBodyParameterTypeFromJSON(object: any): PageBodyParameterType; export declare function pageBodyParameterTypeToJSON(object: PageBodyParameterType): string; export declare function pageBodyParameterTypeToNumber(object: PageBodyParameterType): number;