import { CommonQueryParamsDto } from "../../common"; import { DIGITAL_SIGNATURE_REQUEST_STATUS } from "../.."; export declare class FindSignaturesParamsDto extends CommonQueryParamsDto { userId?: string; status?: DIGITAL_SIGNATURE_REQUEST_STATUS; }