export declare type ParameterInfoExample = {
    title?: string;
    example: string;
    notes?: string;
};
