import { Paycheck } from "./types"; export declare function createPaycheck(paycheck: Paycheck): Paycheck;