import { ActionCallArgumentSerializer } from "./core";
export declare const dateSerializer: ActionCallArgumentSerializer<Date, number>;
