import type { FetchFormPropertiesInput, FormsClient, FieldNameAndFieldOrSubTableField } from "./forms-client";
export declare class DemoClient implements FormsClient {
    fetchFormProperties(_: FetchFormPropertiesInput): Promise<FieldNameAndFieldOrSubTableField>;
}
