export declare class UserInitiatedForm {
    id: string;
    readonly type: "UserInitiatedForm";
    constructor(id: string);
}
