import { Company, Printable } from "../../types"; import { DatabaseSession } from "../../database"; export declare function editCompany(database: DatabaseSession, filter?: string): Promise<(Company & Printable) | undefined>;