import { Project } from 'ts-morph';
export declare const findOptionalProps: (args: {
    project: Project;
    filePath: string;
}) => string[];
