/** * Gets the path to a file adjacent to this one. * * @example * */ export declare function adjacentFile(suffix: string, path: string, ext?: string): string;