import { Configuration } from "@azure/msal-node"; import { TimelinePipe } from "@pnp/core"; import { Queryable } from "@pnp/queryable"; export interface IGraphDefaultProps { baseUrl?: string; msal?: { config: Configuration; scopes?: string[]; }; } /** * Behavior for adding the default observers to the Graph queryable object * @param props - Specify the IGraphDefaultProps for configuring the object * props.msal: (deprecated, use separate MSAL behavior) */ export declare function GraphDefault(props?: IGraphDefaultProps): TimelinePipe; //# sourceMappingURL=graphdefault.d.ts.map