import { DavGetPostParams } from "./post"; export default function get({ path, params, ...rest }: DavGetPostParams): void;