export type DmCreateProps = ({ usernames: string; } | { username: string; }) & { excludeSelf?: boolean; }; export declare const isDmCreateProps: import("ajv").ValidateFunction; //# sourceMappingURL=DmCreateProps.d.ts.map